removeAll

(alias) function removeAll(values: collection<-T>): boolean

Deprecated

Use 'remove_all' instead

Remove all elements in another collection from this collection.

Alias

Alias target

Return

true if any elements were removed from this collection, false if it was not modified

Since

0.9.0

Parameters

values

the collection of elements to remove